Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from PdfTreeNodeList<T>. The System.Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.
Exception | Description |
---|---|
System.ArgumentNullException | array is null. |
System.ArgumentOutOfRangeException | arrayIndex is less than 0. |
System.ArgumentException | The number of elements in the source PdfTreeNodeList<T> is greater than the available space from arrayIndex to the end of the destination array. |
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5